OTStrLength
Returns the length of a C string.C INTERFACE
size_t OTStrLength (const char* string)C++ INTERFACE
None. C++ applications use the C interface to this function.PARAMETERS
string
- A zero-terminated string whose length you want to obtain.
- function result
- The length in bytes of the string.